home *** CD-ROM | disk | FTP | other *** search
- Path: news1.is.net!news
- From: Mark VanTassel <mvantassel@teambca.com>
- Newsgroups: comp.lang.c++
- Subject: MFC Question: OnSize() messages not getting to FormView
- Date: Mon, 11 Mar 1996 06:14:59 -0500
- Organization: Barfield, Cauthen and Associates
- Message-ID: <31440B33.1E07@teambca.com>
- NNTP-Posting-Host: dynamic22.is.net
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0 (Win95; I)
-
- I've got a tiny MSVC 1.50 (MFC 2.50) app, generated by app wizard. The
- initial view (the one provided by the wizard) works fine, but another
- view I added (by copying and renaming everything I could find) has one
- irritating flaw: the OnSize() method of the form view never gets called!
- I don't see how this can be, since OnSize() is virtual at the CWnd
- level... besides, the other formview - the one I copied from (admittedly
- before I started caring about OnSize) - gets called just like it should!
-
- Any ideas?
-